home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / windownt / tusrc.zip / README < prev    next >
Text File  |  1993-09-18  |  1KB  |  30 lines

  1. These are the GNU text file (actually, file contents) processing
  2. utilities.  Most of these programs have significant advantages over
  3. their Unix counterparts, such as greater speed, additional options,
  4. and fewer arbitrary limits.
  5.  
  6. The programs that can be built with this package are: cat, cksum, comm,
  7. csplit, cut, expand, fold, head, join, nl, od paste, pr, sort, split,
  8. sum, tac, tail, tr, unexpand, uniq, and wc.
  9.  
  10. The cmp program has moved to the GNU diff distribution.
  11.  
  12. See the file NEWS for a list of major changes in the current release.
  13.  
  14. See the file INSTALL for compilation and installation instructions.
  15.  
  16. The textutils are intended to be POSIX.2 compliant (with BSD and other
  17. extensions), like the rest of the GNU system.  They are almost there,
  18. but a few incompatibilities remain.
  19.  
  20. The comprehensive Texinfo documentation for these programs is not
  21. finished yet, and needs to be rewritten.  In the interim, the skeletal
  22. man pages provided with this distribution will have to serve.
  23.  
  24. These programs all recognize the `--version' option.  Although the RCS
  25. `ident' command no longer works, using `grep' and `strings -' or `od -s'
  26. on them still works, e.g., `strings - /usr/local/bin/ls | grep textutils'.
  27.  
  28. Mail suggestions and bug reports for these programs to
  29. bug-gnu-utils@prep.ai.mit.edu.
  30.